Skip to content

Bump go version in go.mod #34160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged

Conversation

silverwind
Copy link
Member

Fixes: https://pkg.go.dev/vuln/GO-2025-3563

Because of a bug in go, we can not remove the minor version in go.mod without make tidy introducing a potentially harmful toolchain directive, so just bump the go version here. From what I gather, this will be fixed in go 1.25.

Fixes: https://pkg.go.dev/vuln/GO-2025-3563

Because of a bug in go, we can not remove the minor version in go.mod
without `make tidy` introducing a potentially harmful `toolchain` directive,
so just bump the go version here. From what I gather, this will be fixed
in go 1.25.
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Apr 9, 2025
@GiteaBot GiteaBot added this to the 1.23.8 milestone Apr 9, 2025
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Apr 9, 2025
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Apr 9, 2025
@silverwind silverwind merged commit 3eda796 into go-gitea:release/v1.23 Apr 9, 2025
26 checks passed
@silverwind silverwind deleted the 1238 branch April 9, 2025 08:57
davidgraymi added a commit to davidgraymi/bindersnap that referenced this pull request Jun 6, 2025
* SECURITY
  * Fix a bug when uploading file via lfs ssh command (go-gitea#34408) (go-gitea#34411)
  * Update net package (go-gitea#34228) (go-gitea#34232)
* BUGFIXES
  * Fix releases sidebar navigation link (go-gitea#34436) go-gitea#34439
  * Fix bug webhook milestone is not right. (go-gitea#34419) go-gitea#34429
  * Fix two missed null value checks on the wiki page. (go-gitea#34205) (go-gitea#34215)
  * Swift files can be passed either as file or as form value (go-gitea#34068) (go-gitea#34236)
  * Fix bug when API get pull changed files for deleted head repository (go-gitea#34333) (go-gitea#34368)
  * Upgrade github v61 -> v71 to fix migrating bug (go-gitea#34389)
  * Fix bug when visiting comparation page (go-gitea#34334) (go-gitea#34364)
  * Fix wrong review requests when updating the pull request (go-gitea#34286) (go-gitea#34304)
  * Fix github migration error when using multiple tokens (go-gitea#34144) (go-gitea#34302)
  * Explicitly not update indexes when sync database schemas (go-gitea#34281) (go-gitea#34295)
  * Fix panic when comment is nil (go-gitea#34257) (go-gitea#34277)
  * Fix project board links to related Pull Requests (go-gitea#34213) (go-gitea#34222)
  * Don't assume the default wiki branch is master in the wiki API (go-gitea#34244) (go-gitea#34245)
* DOCUMENTATION
  * Update token creation API swagger documentation (go-gitea#34288) (go-gitea#34296)
* MISC
  * Fix CI Build (go-gitea#34315)
  * Add riscv64 support (go-gitea#34199) (go-gitea#34204)
  * Bump go version in go.mod (go-gitea#34160)
  * remove hardcoded 'code' string in clone_panel.tmpl (go-gitea#34153) (go-gitea#34158)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. modifies/dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants